Skip to content

v4.6.0 - #470

Merged
NickGeek merged 27 commits into
masterfrom
next-dev
Aug 9, 2025
Merged

v4.6.0#470
NickGeek merged 27 commits into
masterfrom
next-dev

Conversation

@NickGeek

@NickGeek NickGeek commented Aug 9, 2025

Copy link
Copy Markdown
Member

No description provided.

@NickGeek
NickGeek requested a review from Copilot August 9, 2025 11:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request appears to be preparing for version 4.6.0 of MicroPad. The PR includes several key changes:

  • Updates the version number from 4.5.2 to 4.6.0
  • Adds a new "Gruvbox" theme with dark colors and underlined links
  • Updates build tooling to use TypeScript Native Preview and replaces some commands with tsgo
  • Switches from Bun to Yarn for package management

Reviewed Changes

Copilot reviewed 20 out of 22 changed files in this pull request and generated no comments.

Show a summary per file
File Description
app/package.json Updates version to 4.6.0, replaces tsc with tsgo commands, removes ESLint config, updates dependencies
app/src/app/types/Themes.ts Adds 'Gruvbox' theme name and linkUnderline optional property
app/src/app/ThemeValues.ts Implements Gruvbox theme with dark color scheme
app/src/app/theme-styles/Gruvbox.css CSS styling for the new Gruvbox theme
app/src/app/reducers/AppReducer.ts Changes default theme from 'Classic' to 'Pastel'
README.md Updates build instructions from Bun to Yarn
.github/workflows/build.yml Migrates CI/CD from Bun to Yarn with caching

@NickGeek
NickGeek merged commit c8b04fc into master Aug 9, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants